.exl-cookie-banner {
  position: fixed;
  -webkit-animation: 1s ease-in 0s 1 slideInFromBottom;
  animation: 1s ease-in 0s 1 slideInFromBottom;
  z-index: 1000;
  width: 100%;
  bottom: 0px;
  padding: 10px 0px;
  margin-bottom: -10px;
  color: white;
  background-color: #000000d9;
  left: 0;
  right: 0;
}

.exl-cookie-banner p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  text-transform: inherit;
  width: 95%;
}
